home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / frio / r3chvec.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  490 b   |  27 lines

  1.  
  2. // JavaScript wrapper for r3chvec.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_VECTORCHANNEL_H = 1;
  7. include("real/frio/r3channe.js")
  8. include("oops/r3vector.js")
  9.  
  10.  
  11. var R3CLID_VECTORCHANNEL = 430;
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. function r3Vectorchannel () { 
  19.    this.base = r3God;
  20.    if(arguments.length) {
  21.       this.base(R3CLID_VECTORCHANNEL, arguments);
  22.    }
  23.    // Attributes
  24. }
  25.  
  26. r3Vectorchannel.prototype=new r3Channel;
  27. // r3chvec.h_H